home *** CD-ROM | disk | FTP | other *** search
- COMMAND MAKEDUST
- -----------------------------------------------------------------
- Purpose: create small triangles filling a room
- Usage: MAKEDUST(<srcID>,<minRadius>,<maxRadius>,<particle-number>,
- <particele-size>[,"sphere"])
- Examples: makedust(1,0,64,500,0.1,s)
- makedust(1,54,64,500,0.1)
-
-
- Notes: 1. minRadius specifies the dust-free part of the space specified
- by maxRadius,
- if the "sphere"-parameter is specified a spherical object
- instead of a cubic one will be created
- 2. good for starfields, fog
-